Skip to content

chore: publish-readiness for the four library packages (Codex #12)#13

Merged
telivity-otaip merged 1 commit into
mainfrom
chore/publish-readiness
Jun 17, 2026
Merged

chore: publish-readiness for the four library packages (Codex #12)#13
telivity-otaip merged 1 commit into
mainfrom
chore/publish-readiness

Conversation

@telivity-otaip

Copy link
Copy Markdown
Collaborator

Makes the four library packages installable from npm (Codex review #12). asil-cost-controller, asil-thought-multiplier, asil-improvement-loop, asil-analyzer drop private: true and gain description, license (MIT), repository+directory, files: [dist, README.md], publishConfig.access=public, and a per-package README.

asil-runners stays private — it's the reference CLI/app, not a library. The quickstart now tells consumers to compose the four libraries and vendor the runner.

Publish-readiness only. Actual publish is a human trigger (hits the public registry, needs npm auth):

pnpm -r --filter './packages/asil-*' publish --access public --no-git-checks

Verify the unscoped names are free on npm first.

No code changes; 400 tests still pass; CI will confirm.

🤖 Generated with Claude Code

asil-cost-controller, asil-thought-multiplier, asil-improvement-loop,
and asil-analyzer drop `private: true` and gain the metadata npm needs:
description, license (MIT), repository+directory, files: [dist, README.md],
and publishConfig.access=public. Each gets a short README so its npm page
isn't blank.

asil-runners stays private — it's the reference CLI/app, not a library;
the quickstart now tells consumers to compose the four libraries and
vendor the runner.

This is publish-READINESS only. Actual `pnpm publish -r` (which hits the
public npm registry and needs npm auth) is left for a human to trigger:
  pnpm -r --filter './packages/asil-*' publish --access public --no-git-checks
Verify the unscoped names are available first.

No code changes; 400 tests still pass.
@telivity-otaip telivity-otaip merged commit 8763628 into main Jun 17, 2026
2 checks passed
@telivity-otaip telivity-otaip deleted the chore/publish-readiness branch June 17, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant